home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / Eterm / themes / auto / theme.cfg < prev   
Text File  |  2005-12-09  |  4KB  |  193 lines

  1. <Eterm-0.9.2>
  2.  
  3. begin color
  4.     foreground #aaaaaa
  5.     background black
  6.     cursor #ffff00
  7.     cursor_text #880000
  8.     pointer white
  9.     video normal
  10. end color
  11. begin imageclasses
  12.     path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:/usr/share/Eterm/pix/"
  13.     begin image
  14.       type background
  15.       state normal
  16.       file %random(`cat pixmaps.list`)
  17.       mode auto allow image trans viewport auto
  18.       border 0 0 0 0
  19.     end image
  20.     begin image
  21.       type trough
  22.       mode auto allow image trans viewport auto
  23.       state normal
  24.       color black #666666
  25.       file bar_vertical_3.png
  26.       geom 100
  27.       border 2 2 2 3
  28.     end image
  29.     begin image
  30.       type anchor
  31.       mode auto allow image auto
  32.       state normal
  33.       color black #666666
  34.       file bar_vertical_1.png
  35.       geom 100
  36.       border 2 2 2 3
  37.       state selected
  38.       file bar_vertical_2.png
  39.       geom 100
  40.       border 2 2 2 3
  41.     end image
  42.     begin image
  43.       type thumb
  44.       mode auto allow image auto
  45.       state normal
  46.       color black #666666
  47.       file thumb_1.png
  48.       geom 100
  49.       border 3 3 3 3
  50.       state selected
  51.       file thumb_2.png
  52.       geom 100
  53.       border 3 3 3 3
  54.     end image
  55.     begin image
  56.       type up_arrow
  57.       mode auto allow image auto
  58.       state normal
  59.       color black #666666
  60.       file button_arrow_up_1.png
  61.       geom 100
  62.       border 2 2 2 2
  63.       state selected
  64.       file button_arrow_up_2.png
  65.       geom 100
  66.       border 2 2 2 2
  67.       state clicked
  68.       file button_arrow_up_3.png
  69.       geom 100
  70.       border 2 2 2 2
  71.     end image
  72.     begin image
  73.       type down_arrow
  74.       mode auto allow image auto
  75.       state normal
  76.       color black #666666
  77.       file button_arrow_down_1.png
  78.       geom 100
  79.       border 2 2 2 2
  80.       state selected
  81.       file button_arrow_down_2.png
  82.       geom 100
  83.       border 2 2 2 2
  84.       state clicked
  85.       file button_arrow_down_3.png
  86.       geom 100
  87.       border 2 2 2 2
  88.     end image
  89.     begin image
  90.       type menu
  91.       mode auto allow image auto
  92.       state normal
  93.       color black #999999
  94.       file bar_horizontal_1.png
  95.       geom 100
  96.       border 2 3 2 3
  97.       state selected
  98.       file bar_horizontal_2.png
  99.       geom 100
  100.       border 2 3 2 3
  101.     end image
  102.     begin image
  103.       type submenu
  104.       mode auto allow image auto
  105.       state normal
  106.       color black #999999
  107.       file menu1.png
  108.       geom 100
  109.       border 3 15 3 3
  110.       padding 3 15 3 3
  111.       state selected
  112.       file menu2.png
  113.       geom 100
  114.       border 3 15 3 3
  115.       padding 3 15 3 3
  116.       state clicked
  117.       file menu3.png
  118.       geom 100
  119.       border 3 15 3 3
  120.       padding 3 15 3 3
  121.     end image
  122.     begin image
  123.       type button_bar
  124.       mode auto allow image auto
  125.       state normal
  126.       color black #999999
  127.       file bar_horizontal_1.png
  128.       geom 100
  129.       border 2 3 2 2
  130.       state disabled
  131.       color white #333333
  132.       cmod image 0xc0
  133.       border 2 3 2 2
  134.     end image
  135.     begin image
  136.       type button
  137.       mode auto allow image auto
  138.       state normal
  139.       color black #cccccc
  140.       file bar_horizontal_1.png
  141.       geom 100
  142.       border 2 3 2 2
  143.       state selected
  144.       file bar_horizontal_2.png
  145.       geom 100
  146.       border 2 3 2 2
  147.       state clicked
  148.       file bar_horizontal_3.png
  149.       geom 100
  150.       border 2 3 2 2
  151.     end image
  152. end
  153. %include "menus.cfg"
  154. begin actions
  155.     bind ctrl button1 to string "\e]5;\a"
  156.     bind ctrl button2 to string "\e[?30t"
  157.     bind ctrl button3 to menu Eterm
  158.     bind ctrl shift button3 to string "\e]6;14\a"
  159. end actions
  160. begin button_bar
  161.     font "-adobe-helvetica-medium-r-normal--10-100-75-75-p-56-iso8859-1"
  162.     button Eterm action menu "Eterm Operations"
  163.     button Font action menu Font
  164.     button Background action menu Background
  165.     button Terminal action menu Terminal
  166.     rbutton icon help.png action script "spawn(Eterm -e man Eterm)"
  167.     rbutton icon exit.png action script "exit"
  168. end button_bar
  169. begin toggles
  170.     map_alert on
  171.     visual_bell off
  172.     login_shell true
  173.     scrollbar on
  174.     utmp_logging on
  175.     select_line false
  176.     iconic false
  177.     home_on_output 1
  178.     home_on_input 1
  179.     scrollbar_right true
  180.     scrollbar_floating false
  181.     borderless false
  182. end toggles
  183. begin keyboard
  184.     smallfont_key LessThan
  185.     bigfont_key GreaterThan
  186. end keyboard
  187. begin misc
  188.     save_lines 1024
  189.     cut_chars "\t\\\`\\\"\'&() *,;<=>?@[]{|}"
  190.     border_width 5
  191.     term_name Eterm
  192. end misc
  193.